Finding the html tag value with Python [on hold]

Posted by MrWho on Programmers See other posts from Programmers or by MrWho
Published on 2014-06-05T01:10:11Z Indexed on 2014/06/05 9:42 UTC
Read the original article Hit count: 326

Filed under:
|
|

Consider a html page, which contains a line like below:

file: 'http://google.com/video.mp4'

I want to search for google.com/video.mp4 in that file and save it in a variable.I want to code it with python.
Shortly, I want to elicit a link from a html page, so I need to get the link by using regular expressions or the other techniques in which I'm asking about.
PS: What should I exactly try to clarify?it's really annoying that the administrators don't even say what is exactly unclear about the question, they've just learned to close or on hold the topics!

© Programmers or respective owner

Related posts about python

Related posts about html